cargo.git
2016-05-13 Carol (Nichols... Use — instead of --
2016-05-13 Carol (Nichols... Use code formatting for `git`
2016-05-13 Carol (Nichols... Add all three channels to the sample .travis.yml
2016-05-13 Carol (Nichols... Replace refs to color-rs crate to rust-lang's rand...
2016-05-13 Carol (Nichols... Clarify that release builds go in the release dir,...
2016-05-13 Carol (Nichols... Link crates.io everywhere
2016-05-13 Carol (Nichols... Fix markdown links that repeat their link text unnecess...
2016-05-13 Carol (Nichols... Add instructions for rendering docs locally to the...
2016-05-13 Carol (Nichols... Make the crates.io docs about publishing only, not...
2016-05-13 Carol (Nichols... Consolidate all info about specifying deps into one...
2016-05-13 Carol (Nichols... Incorporate "using crates from crates.io" into the...
2016-05-13 Carol (Nichols... Move the Travis CI section under the testing section
2016-05-13 Carol (Nichols... Small rewording changes; mostly to clear up potential...
2016-05-13 Carol (Nichols... Correct reference to `foo` to `hello_world`
2016-05-13 Carol (Nichols... Clarify that the "somewhere" is github
2016-05-13 Carol (Nichols... Mention that binary location changes when using --release
2016-05-13 Carol (Nichols... Remove out of place instructions on passing args and...
2016-05-13 Carol (Nichols... Correct `Fresh` to `Compiling` since we aren't running...
2016-05-13 Carol (Nichols... Remove extranneous commas
2016-05-13 borsAuto merge of #2682 - srinivasreddy:refactor_2, r=alexc...
2016-05-13 Srinivas Reddy... remove deprecated attr - change connect() to join()
2016-05-13 borsAuto merge of #2681 - alexcrichton:cargo-env-home,...
2016-05-13 Alex CrichtonCanonicalize CARGO_HOME fallback on Windows
2016-05-12 borsAuto merge of #2678 - matklad:simplify-tests-2, r=alexc...
2016-05-12 Aleksey Kladovremove useless formats
2016-05-12 Aleksey Kladovsimplify tests
2016-05-12 borsAuto merge of #2396 - sbeckeriv:network-retry-1602...
2016-05-12 Stephen Becker IVNetwork retry issue 1602
2016-05-11 borsAuto merge of #2674 - alexcrichton:less-third-party...
2016-05-11 Alex CrichtonDon't print extra error info for subcommands
2016-05-11 borsAuto merge of #2670 - matklad:simplify-tests, r=alexcri...
2016-05-11 Aleksey Kladovsimplify tests
2016-05-11 borsAuto merge of #2669 - mbrubeck:dev-dep-doc, r=alexcrichton
2016-05-11 Aleksey KladovSimplify tests
2016-05-10 Matt BrubeckDocument that dev-dependencies are used when building...
2016-05-09 borsAuto merge of #2666 - matklad:simplify, r=alexcrichton
2016-05-08 Aleksey KladovSimplify error printing
2016-05-06 borsAuto merge of #2656 - knight42:fix, r=alexcrichton
2016-05-06 borsAuto merge of #2647 - alx741:improve-manpage, r=alexcri...
2016-05-06 borsAuto merge of #2653 - frewsxcv:cleanup, r=alexcrichton
2016-05-06 Knightzsh: enable autocompletion for sub-command `init`
2016-05-06 Daniel Campoverde... Add man sub-pages in Makefile.in
2016-05-06 Daniel Campoverde... Man page: Add cargo-build page
2016-05-06 Daniel Campoverde... Man page: Add reference to cargo-build page
2016-05-06 Corey FarwellUtilize `if let` over single branch `match`.
2016-05-05 Corey FarwellRemove `String` ownership constraint, fewer allocations.
2016-05-05 Corey FarwellTurn `url_ref` utility function into method.
2016-05-05 borsAuto merge of #2648 - frewsxcv:unused-to-url, r=alexcri...
2016-05-05 Corey FarwellRemove unused `ToUrl` impls.
2016-05-05 Daniel Campoverde... Man page: Improve build command section
2016-05-04 borsAuto merge of #2635 - frewsxcv:toml-cleanup, r=alexcrichton
2016-05-03 borsAuto merge of #2639 - SimonSapin:url-1.0, r=alexcrichton
2016-05-03 borsAuto merge of #2634 - frewsxcv:flake8, r=alexcrichton
2016-05-03 Simon SapinUpdate to rust-url 1.x
2016-05-03 borsAuto merge of #2636 - sanxiyn:unused-trait-import,...
2016-05-03 Seo SanghyeonUpdate OpenSSL version to 1.0.2h
2016-05-03 Seo SanghyeonRemove unused trait imports
2016-05-03 Corey FarwellUtilize `if let` construct over single branch `match`.
2016-05-03 Corey FarwellRemove unnecessary `Vec` allocation when iterating.
2016-05-03 Corey FarwellRefactor `TomlTarget` validation functions into methods.
2016-05-03 Corey FarwellUse constructor pattern for `project_layout` in `toml...
2016-05-03 Corey FarwellMinor whitespace fixes for flake8.
2016-05-03 Corey FarwellRemove unused Python imports.
2016-05-02 borsAuto merge of #2405 - gkoz:reinstall, r=alexcrichton
2016-04-30 Gleb Kozyrevcargo-install: move binaries from the build dir if...
2016-04-30 Gleb KozyrevAdd `--force` flag to cargo install
2016-04-30 borsAuto merge of #2629 - alexcrichton:moar-rustflags,...
2016-04-29 Alex CrichtonPass RUSTFLAGS when we learn about target info
2016-04-29 borsAuto merge of #2623 - alexcrichton:nfs-lol-no, r=brson
2016-04-27 borsAuto merge of #2625 - aidanhs:aphs-path-crates-io,...
2016-04-27 Aidan Hobson... `path` dependencies are ignored from crates.io
2016-04-26 Alex CrichtonDon't use flock on NFS mounts
2016-04-26 borsAuto merge of #2619 - japaric:freebsd32, r=alexcrichton
2016-04-26 Jorge Aparicioprepare for i686-unknown-freebsd nightlies
2016-04-25 borsAuto merge of #2617 - sanxiyn:reset-rustflags, r=alexcr...
2016-04-25 Seo SanghyeonReset RUSTFLAGS when running tests
2016-04-24 borsAuto merge of #2610 - japaric:install-from-tempdir...
2016-04-23 Jorge Aparicioadd tests for #2606
2016-04-22 Jorge Apariciocargo-install: prefer building artifacts in the system...
2016-04-21 borsAuto merge of #2602 - durka:patch-5, r=alexcrichton
2016-04-21 Alex Burkafix rerun-if-changed documentation
2016-04-21 borsAuto merge of #2578 - alexcrichton:test-doc, r=brson
2016-04-21 borsAuto merge of #2551 - alexcrichton:explain, r=brson
2016-04-21 Alex CrichtonAdd support for `cargo --explain`
2016-04-21 borsAuto merge of #2576 - alexcrichton:silence-warnings...
2016-04-20 borsAuto merge of #2579 - alexcrichton:robust-submodule...
2016-04-20 borsAuto merge of #2577 - alexcrichton:doc-lib-flags, r...
2016-04-20 borsAuto merge of #2560 - alexcrichton:not-all-utf8, r...
2016-04-20 borsAuto merge of #2501 - ryanq:issue2266, r=alexcrichton
2016-04-19 borsAuto merge of #2592 - jethrogb:topic/list-symlinks...
2016-04-19 Jethro BeekmanFix dead code lints on Windows
2016-04-19 Jethro BeekmanStyle issue
2016-04-19 Jethro BeekmanAdd test list_command_resolves_symlinks
2016-04-19 Jethro BeekmanTests: fix grammar and extra semicolon
2016-04-19 Jethro BeekmanStyle issue
2016-04-19 borsAuto merge of #2590 - alexcrichton:dont-warn-about...
2016-04-19 Jethro BeekmanUse stat() instead of lstat() in cargo --list. Fixes...
2016-04-18 Alex CrichtonHave CLI take preference over config for verbosity
2016-04-18 borsAuto merge of #2584 - alexcrichton:auth-more, r=brson
2016-04-18 Alex CrichtonCorrectly attempt multiple usernames with libgit2
next